home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / OpenDoc Parts Framework / OPF / OS / FWGraphx / FWGraphx.exp next >
Encoding:
Text File  |  1994-04-21  |  571 b   |  25 lines  |  [TEXT/MPS ]

  1. #========================================================================================
  2. #
  3. #    File:                FWGraphx.exp
  4. #    Release Version:    $ 1.0d1 $
  5. #
  6. #    Creation Date:        3/28/94
  7. #
  8. #    Copyright:    © 1993, 1994 by Apple Computer, Inc., all rights reserved.
  9. #
  10. #========================================================================================
  11.  
  12. #define kGraphxLibraryID "framework$FWGraphx,1.0.0"
  13.  
  14. Library {
  15.     id = kGraphxLibraryID;
  16.     version = 1.0.0;
  17. };
  18.  
  19. #define kGraphxFunctionSetID "appl:framework:Graphx$fs"
  20.  
  21. FunctionSet FWGraphxFunctionSet
  22. {
  23.     id = kGraphxFunctionSetID;
  24. };
  25.